home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00722.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  195 b   |  12 lines

  1. on mouseUp me
  2.   if sprite(41).visible = 1 then
  3.     showit(32, 40)
  4.     hideit(41, 45)
  5.     showit(46, 51)
  6.     showit(60, 61)
  7.     hideit(62, 62)
  8.     showit(63, 63)
  9.     showit(124, 124)
  10.   end if
  11. end
  12.